Class logger

logger is used to log information to the FTSE.log file for debugging Lua scripts.

The class is defined by a single global object named "logger". The global object is available for any Lua script function to use.

Methods

logger:log (msg) log writes the given string to the FTSE.log file.


Methods

logger:log (msg)
log writes the given string to the FTSE.log file. Log messages are automatically timestamped.

Parameters:

  • msg The log message to write to the log file.

Returns:

    None.
generated by LDoc 1.4.6 Last updated 2021-05-07 19:14:47